add docusaurus-plugin-copy-page-button#1132
Conversation
|
@portdeveloper is attempting to deploy a commit to the Uniswap Team on Vercel. A member of the Team first needs to authorize it. |
|
Friendly bump — happy to revise or close this if it is not a fit. The only red check I can see is the Vercel preview authorization, which needs a Uniswap team member; the security/static checks are green. |
|
Quick note: I used my agents to help generate this PR. Feel free to tag me (@portdeveloper) in this thread with any questions and I'll reply asap 🙏 |
|
Friendly nudge on this PR — happy to address any feedback if it'd help land it. The plugin recently shipped on facebook/react-native-website#5085 and continues to see adoption. Thanks for your time! |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
adds docusaurus-plugin-copy-page-button — a "Copy page" button in the docs sidebar that exports the current page as clean markdown, with one-click "Open in ChatGPT / Claude / Gemini" actions.
useful for the contracts/SDK pages especially — when someone's on, say, a v4 hooks page or a SwapRouter reference and wants to ask claude "rewrite this for my use case", they can grab the page markdown in one click rather than copy/pasting around the page chrome.
complementary to docusaurus-plugin-llms that's already in here — llms.txt covers full-site discovery for AI tools, this covers per-page handoff for a human reader who wants to drop a single page into a chat. theme-aware, mobile friendly, auto-injects into the TOC sidebar, no config required.
already running on Arbitrum docs (similar docusaurus + ai-tooling setup) and ~12 other sites including Ethereum execution-apis, Sui, Monad, Flare, Kaia, Cardano. listed in Docusaurus community plugins.
repo: https://github.com/portdeveloper/docusaurus-plugin-copy-page-button
npm: https://www.npmjs.com/package/docusaurus-plugin-copy-page-button
demo: https://portdeveloper.github.io/copy-page-button-showcase/
happy to adjust or close if not a fit